From cfb6da9b55768f400a11d460a04506bda200217a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 23 Sep 2012 21:15:27 -0400 Subject: [PATCH] Document gtk_application_get_window_by_id --- gtk/gtkapplication.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/gtkapplication.c b/gtk/gtkapplication.c index 334cb9fb43..4e9de420ed 100644 --- a/gtk/gtkapplication.c +++ b/gtk/gtkapplication.c @@ -896,7 +896,9 @@ gtk_application_get_windows (GtkApplication *application) * @application: a #GtkApplication * @id: an identifier number * - * Returns: (transfer none): the #GtkApplicationWindow with ID @id, or + * Returns the #GtkApplicationWindow with the given ID. + * + * Returns: (transfer none): the window with ID @id, or * %NULL if there is no window with this ID * * Since: 3.6 -- 2.30.2